home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Comics / Traffic Stack(SF Game) / background_7266.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  620 b   |  31 lines

  1. -- background: 7266 from stack: in
  2. -- bmap block id: 7056
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Background
  6. ----- HyperTalk script -----
  7. open Background
  8. end open Background
  9.  
  10.  
  11. -- part 2 (button)
  12. -- low flags: 00
  13. -- high flags: 0000
  14. -- rect: left=9 top=292 right=337 bottom=64
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: New Button
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   hide card field "Warning"
  26.   play "boing"
  27.   visual effect wipe left
  28.   go card "Address Card"
  29. end mouseUp
  30.  
  31.